home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / Demos / Geospace 3D Trial / Geo3d12010Setup.exe / Geoscape3d.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2004-06-28  |  656 b   |  36 lines

  1. inherited ProgressForm: TProgressForm
  2.   Left = 696
  3.   Top = 310
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   Caption = 'Progress'
  8.   ClientHeight = 56
  9.   ClientWidth = 271
  10.   FormStyle = fsStayOnTop
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ProgressBar1: TProgressBar [0]
  14.     Left = 0
  15.     Top = 4
  16.     Width = 265
  17.     Height = 17
  18.     Min = 0
  19.     Max = 100
  20.     TabOrder = 0
  21.   end
  22.   object AbortButton: TButton [1]
  23.     Left = 104
  24.     Top = 27
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Abort'
  28.     TabOrder = 1
  29.     OnClick = AbortButtonClick
  30.   end
  31.   inherited RegistryFormSaver: TRegistryFormSaver
  32.     Left = 216
  33.     Top = 24
  34.   end
  35. end
  36.